home *** CD-ROM | disk | FTP | other *** search
/ Software Explosion 2 / Software Explosion 2 - Virtual Computer Pets (1997).iso / win64 / win64b02 / testdisk.d64 / basic test (.txt) next >
Commodore BASIC  |  1979-09-16  |  80b  |  7 lines

  1. 0 T=TI
  2. 10 FORN=1TO1000
  3. 20 PRINT"MIHA"N*N
  4. 30 NEXT
  5. 40 T=TI-T
  6. 50 PRINT"[147]SPEED:"999/T
  7.